Class PaymentMethod

Description

This Class represents a dataobject for a PaymentMethod



			
Variable Summary
string $Description
double $FixedFee
int $Id
String[] $LanguageAccess
string $LanguageISO
PaymentMethodOnline[] $OnlineMethods
int $Sorting
string $Title
string $Type
bool $Vat
Variables
string $Description

The description of the PaymentMethed

double $FixedFee

The fixed fee of the PaymentMethod

string $GatewayPassword

The password used to connect to the payment gateway for online payments. This field is DEPRECATED and no longer in use.

string $GatewayUserId

The userid used to connect to the payment gateway for online payments. This field is DEPRECATED and no longer in use.

string $GatewayUserName

The username used to connect to the payment gateway for online payments. This field is DEPRECATED and no longer in use.

int $Id

The id of the PaymentMethed

String[] $LanguageAccess

Specifies on which languages and sites this entity is accessible. An array of LANGUAGE-ISO_SITE-ID. Empty indicates that the Entity has no limit on access.

string $LanguageISO

The language Language ISO code of the PaymentMethod for the active language (Solution_SetLanguage)

PaymentMethodOnline[] $OnlineMethods

The PaymentMethedOnline's for the PaymentMethod

int $OrderStatus

The status an order should be set to when using this PaymentMethod

string $PaymentAcceptPath

The local path to the Accept url to call after offline payments

double $PercentageFee

The the percentage fee (of the order price) of the PaymentMethod

int $Sorting

The position of the PaymentMethod amongst its siblings

string $Title

The title of the PaymentMethed

string $Type

The type of the PaymentMethod

bool $Vat

The whether or not this PaymentMethod has Vat enabled

Documentation generated on Thu, 26 Jul 2018 13:22:47 +0000 by phpDocumentor 1.4.4